home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / orchid.arc / ORCHID.TXT
Text File  |  1987-01-21  |  3KB  |  66 lines

  1.  
  2.               Tips on using Orchid PCnet Software
  3.                               by
  4.                 PC Rockland BBS four Node system
  5.                     (914) 353-2176 free node
  6.  
  7.    How to stop Orchid PCnet from crashing the server every two days.
  8.  
  9. 1) Use only Orchid PCnet version 3.0A software.
  10.    Can be used with DOS  2.1 3.0 3.1 !!!  REALLY
  11.  
  12. 2) Do not use the cache program that comes with the Orchid PCnet
  13.    version 3.0a or 3.0b . This cache will thrash your drives!!!
  14.  
  15. 3) Instead use the Orchid Cache.exe program version 2.2.
  16.    You will have to call Orchid to get the program.
  17.  
  18.                Orchid Technology
  19.                47790 Westinghouse Dr.
  20.                Fremont CA. (415) 490-8586
  21.  
  22. 4) Do not use Vdisk.sys or Extended memory on the server. But it is ok to
  23.    use them on a workstation.
  24.  
  25. 5) Expanded (EMS) memory such as the AST Rampage board works like a charm
  26.    on the server, with no problems. I use 2 2meg boards on my system with
  27.    no problems on the server. 3megs are for the cache in Expanded memory
  28.    and the balance (1meg) is used for the emulated extended memory. Use
  29.    only the FASTDISK programs which come with the board for the ramdisk
  30.    on the server.
  31.  
  32. 6) I have included sample server config.sys and autoexec.bat files
  33.    as examples for you to use. This information is not supported by
  34.    Orchid Technology or for that matter by myself. But is sure works
  35.    for me 24 hours per day 7 days a week non-stop.
  36.  
  37. Enjoy your new freedom
  38.  
  39.                           Charlie Innusa  Sysop
  40.  
  41. Config.sys
  42.  
  43. device=spc.com                           Server driver
  44. device=c:\dmdrvr.bin                     Harddisk driver
  45. device=c:\phdvr.sys                      Harddisk driver
  46. device=c:\remm.sys                       EMS board driver
  47. device=c:\rex.sys 1024                   Emulated extended memory 1meg
  48. device=a:\fastdisk.sys 1024 512 128 /e   Ramdisk 1 meg
  49. device=a:\nansi286.sys                   Ansi driver
  50. fcbs=16,16                               Optional
  51. files=16                                 Optional
  52. lastdrive=n                              Optional
  53.  
  54.  
  55.  
  56. Autoexec.bat
  57.  
  58. rem disk13                               Optional
  59. cache cdefghijkl d=128 x=3072 /r         Cache dos mem 128k Ems mem 3072k
  60. spcbio 138023                            Server network program
  61. prompt $P$  $G                           Optional
  62. raw on                                   Loads raw fast screen
  63. path c:\
  64. set comspec=c:\command.com
  65.  
  66.